home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 441 / fplib20 / rnotes < prev    next >
Text File  |  1990-11-23  |  1KB  |  31 lines

  1.         Release notes for FPLIB Release 2.0
  2.         ===================================
  3.  
  4. This release contains fixes to FPLIB release 1.0, and fixes to the
  5. standard Sozobon release 1.0 floating support.
  6.  
  7. In the standard support:
  8.  
  9. - The original floating point add/subtract, multiply, and divide have
  10.   been rewritten for better speed and accuracy.
  11.  
  12. - Bugs in the floating version of printf have been fixed.
  13.  
  14. The remaining information is of interest only if you have been using
  15. FPLIB release 1.0.  The following changes have been made:
  16.  
  17. - MATH.H has been expanded to provide symbolic definitions of some
  18.   common constants.
  19.  
  20. - A few minor bugs have been fixed:
  21.  
  22.   * Some routines could return -0.0; the sign has been corrected.
  23.  
  24.   * Some routines could return a number with a biased exponent of
  25.     zero; they now return true 0.0.
  26.  
  27.   * Out of range results are now signaled by ERANGE, not EDOM.
  28.  
  29.   * frexp() returned an incorrect value on overflow, and ldexp()
  30.     didn't handle overflow or underflow correctly.
  31.